From: Richard M. Stallman Date: Wed, 28 May 1997 04:58:36 +0000 (+0000) Subject: (syms_of_buffer): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~81064 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6a99d31d41095c5623d7485a99167a956f73a5e3;p=emacs.git (syms_of_buffer): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index 1b5a66b0986..3c914c23255 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -3889,7 +3889,7 @@ Automatically becomes buffer-local when set in any fashion."); DEFVAR_PER_BUFFER ("ctl-arrow", ¤t_buffer->ctl_arrow, Qnil, "*Non-nil means display control chars with uparrow.\n\ -Nil means use backslash and octal digits.\n\ +A value of nil means use backslash and octal digits.\n\ Automatically becomes buffer-local when set in any fashion.\n\ This variable does not apply to characters whose display is specified\n\ in the current display table (if there is one).");